From 124412711078530e8b0defb9592e44c166bec874 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 2 May 2016 20:26:41 -0400 Subject: [PATCH] Minor whitespace fixes for flake8. --- src/etc/install-deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/install-deps.py b/src/etc/install-deps.py index ad0ba38c1..638461c22 100644 --- a/src/etc/install-deps.py +++ b/src/etc/install-deps.py @@ -13,7 +13,6 @@ else: extra_bits = 'i686' - # Figure out our target triple if sys.platform == 'linux' or sys.platform == 'linux2': host = host_bits + '-unknown-linux-gnu' @@ -68,6 +67,7 @@ def install_via_tarballs(): shutil.rmtree("rustc") os.rename("rustc-install", "rustc") + def fetch_std(target): fname = 'rust-std-nightly-' + target + '.tar.gz' print("adding target libs for " + target) -- 2.30.2